Description
Gets a file attached to the input document. The file location is specified using an xpath to the blob property of the document. Returns the file.
Operation id | Document.GetBlob |
Aliases | Blob.Get
|
Category | Files |
Label | Get Document File |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | blob, bloblist |
Implementation Information
JSON Definition
{
"id" : "Document.GetBlob",
"aliases" : [ "Blob.Get" ],
"label" : "Get Document File",
"category" : "Files",
"requires" : null,
"description" : "Gets a file attached to the input document. The file location is specified using an xpath to the blob property of the document. Returns the file.",
"url" : "Document.GetBlob",
"signature" : [ "document", "blob", "documents", "bloblist" ],
"params" : [ {
"name" : "xpath",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "file:content" ]
} ]
}